home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / honeytrouble.swf / scripts / DefineSprite_763 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  148 b   |  8 lines

  1. stop();
  2. nextClass.onPress = function()
  3. {
  4.    _root.ModeZT = _root.ModeZT + 1;
  5.    _root.start_sound_.stop();
  6.    _root.gotoAndStop("ModeE");
  7. };
  8.